Introducation Of Java
Java JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation. It was developed by James Gosling and Patrick Naughton. It is a simple programming language. Writing, compiling and debugging a program is easy in java. It helps to create modular programs and reusable code. Semptember of 1994 Naughtons and Janathan Payne started Writing Web Runner – a Java Based Web browser , Which Was Later Renamed As Hot Java. Finally java and hot java announced in 1995 Jdk1.0- released in 23rd January 1996 Java is a class-based, object-oriented programming language . It is a general-purpose programming language intended to let application developers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardles...

Comments
Post a Comment